![]() |
PlotIconRef |
||||
Header: | Icons.h | Carbon status: | Supported | |
Draws an icon using appropriate size and depth data from an IconRef.
OSErr PlotIconRef ( const Rect *theRect, IconAlignmentType align, IconTransformType transform, IconServicesUsageFlags theIconServicesUsageFlags, IconRef theIconRef );
A pointer to the rectangle where the icon is to be drawn.
A value specifying how Icon Services should align the icon within the rectangle. For a description of possible return values, see
A value specifying how Icon Services should modify the appearance of the icon.
Reserved for future use. Pass the kIconServicesDefaultUsageFlags constant in this parameter.
The IconRef for the icon to draw.
A result code.
This function is similar to the Icon Utilities function PlotIconSuite.
Supported in Carbon. Available in CarbonLib 1.0 and later when IconServicesLib 8.5 or later is installed. Exported by CarbonLib 1.0 and later and by IconServicesLib 8.5 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/18/2000)